runtime.maptype.reflexivekey (method)

4 uses

	runtime (current package)
		map.go#L931: 			if t.reflexivekey() || t.key.equal(k, k) {
		map.go#L952: 			!(t.reflexivekey() || t.key.equal(k, k)) {
		map.go#L1194: 					if h.flags&iterator != 0 && !t.reflexivekey() && !t.key.equal(k2, k2) {
		type.go#L369: func (mt *maptype) reflexivekey() bool { // true if k==k for all keys